←Select platform

StatusWarning Constructor(string,List<long>)

Summary

Initializes a new instance of StatusWarning.

Syntax
C#
VB
C++
public StatusWarning( 
   string errorComment, 
   List<long> offendingElementList 
) 
Public Sub New(ByVal errorComment As String, ByVal offendingElementList As List(Of Long)) 
 MyBase.New 
public:  
   StatusWarning(String^ errorComment, List<Int64>^ offendingElementList) 

Parameters

errorComment

An application-specific text description of the detected error.

offendingElementList

A list of the DICOM elements in which the error was detected.

Example

For an example, refer to StatusWarning.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.